home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 29 / CDT29.iso / e-Mail / WorldClient Pro 2.2.3 / wcsetup.exe / MESSAGEVIEW.JS < prev    next >
Encoding:
JavaScript  |  2000-09-14  |  288 b   |  9 lines

  1. /* Message View Functions */
  2. function Print(url) {
  3.     window.open(url,'Print','height=400,width=600,scrollbars=yes,status=yes,resizable=1,toolbar=yes,menubar=yes');
  4. }
  5.  
  6. function Source(url) {
  7.     window.open(url,'Source','height=400,width=600,scrollbars=yes,status=yes,resizable=1');
  8. }
  9.